go/types.environment.inTParamList (field)

5 uses

	go/types (current package)
		check.go#L82: 	inTParamList  bool                   // set if inside a type parameter list
		decl.go#L241: 			if check.inTParamList && isGeneric(obj.typ) {
		decl.go#L691: 	assert(!check.inTParamList)
		decl.go#L692: 	check.inTParamList = true
		decl.go#L694: 		check.inTParamList = false